home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 1999 #8
/
1999 CD 8 (black).iso
/
maskdemo
/
DATA1.CAB
/
Program_Executable_Files
/
Daventry
/
KQ
/
wizchest.cs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-15
|
243 b
|
10 lines
if test $2 == Reveal
if test $3 == True
KQObject::setHidden wizchest1 0
KQObject::collisionType wizchest1 32
else if test $3 == False
KQObject::collisionType wizchest1 -32
KQObject::setHidden wizchest1 1
endif
endif
endif